* faces.el (x-resolve-font-name): Fix args to error; the format
authorJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 17:21:36 +0000 (17:21 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 17:21:36 +0000 (17:21 +0000)
string was changed, but not the arguments to be substituted.

lisp/faces.el

index 4eb7db8015fdaae21786e66779fb168d79cf2bb6..4b6d3812d2d9207da8458fafc22915334c7e5994 100644 (file)
@@ -430,7 +430,7 @@ also the same size as FACE on FRAME."
            (if face
                (error "no fonts match `%S'." pattern)
              (error "no fonts matching pattern are the same size as `%s'."
-                    pattern face)))
+                    face)))
        (car fonts))
     (cdr (assq 'font (frame-parameters (selected-frame))))))